home *** CD-ROM | disk | FTP | other *** search
- object SecKey: TSecKey
- Left = 348
- Top = 277
- BorderStyle = bsDialog
- Caption = 'SecKey'
- ClientHeight = 273
- ClientWidth = 426
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 426
- Height = 29
- Align = alTop
- Alignment = taCenter
- AutoSize = False
- Caption = 'Select the Secret Key you wish to use to sign this file.'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 228
- Width = 426
- Height = 45
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Button1: TButton
- Left = 16
- Top = 8
- Width = 397
- Height = 29
- Caption = '&OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- object ListBox1: TListBox
- Left = 0
- Top = 29
- Width = 426
- Height = 199
- Align = alClient
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- Sorted = True
- TabOrder = 1
- OnDblClick = Button1Click
- end
- end
-